Skip to content

chore: replace npm install with npm ci#28

Open
egorvas wants to merge 1 commit intomasterfrom
chore/replace-npm-install-with-ci
Open

chore: replace npm install with npm ci#28
egorvas wants to merge 1 commit intomasterfrom
chore/replace-npm-install-with-ci

Conversation

@egorvas
Copy link
Copy Markdown
Contributor

@egorvas egorvas commented Apr 1, 2026

Summary

  • Replace npm install / npm i with npm ci for deterministic, clean installs based on lockfile
  • Affects Dockerfiles, docker-compose files, Jenkinsfiles, and shell scripts

Test plan

  • Verify CI/CD pipelines run successfully with npm ci
  • Ensure package-lock.json exists in relevant directories

🤖 Generated with Claude Code

Use npm ci for deterministic, clean installs in CI/CD and Docker environments.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant